From 50cbd23d5b9589ccc850dbc5304cd5805780bc40 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 15 Oct 2010 16:52:54 -0400 Subject: [PATCH] docs: cross-reference to GtkComboBoxText --- docs/reference/gtk/gtk3-sections.txt | 2 +- gtk/gtkcombobox.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index a014e7edb0..c26c91faba 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -860,7 +860,7 @@ GTK_COMBO_BOX_TEXT_GET_CLASS GtkComboBoxTextPrivate gtk_combo_box_text_get_type -
+
gtkcontainer GtkContainer diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index a649c0f652..d01791ec90 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -57,7 +57,7 @@ * SECTION:gtkcombobox * @Short_description: A widget used to choose from a list of items * @Title: GtkComboBox - * @See_also: #GtkComboBoxEntry, #GtkTreeModel, #GtkCellRenderer + * @See_also: #GtkComboBoxText, #GtkTreeModel, #GtkCellRenderer * * A GtkComboBox is a widget that allows the user to choose from a list of * valid choices. The GtkComboBox displays the selected choice. When -- 2.30.2